home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / interp / tclStruct1.2.tar.gz / tclStruct1.2.tar / tclStruct1.2 / configure < prev    next >
Text File  |  1995-10-17  |  55KB  |  2,111 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.4 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15. "
  16. ac_help="$ac_help
  17. "
  18. ac_help="$ac_help
  19. "
  20. ac_help="$ac_help
  21. "
  22. ac_help="$ac_help
  23.   --disable-load          disallow dynamic loading and "load" command"
  24.  
  25. # Initialize some variables set by options.
  26. # The variables have the same names as the options, with
  27. # dashes changed to underlines.
  28. build=NONE
  29. cache_file=./config.cache
  30. exec_prefix=NONE
  31. host=NONE
  32. no_create=
  33. nonopt=NONE
  34. no_recursion=
  35. prefix=NONE
  36. program_prefix=NONE
  37. program_suffix=NONE
  38. program_transform_name=s,x,x,
  39. silent=
  40. site=
  41. srcdir=
  42. target=NONE
  43. verbose=
  44. x_includes=NONE
  45. x_libraries=NONE
  46.  
  47. # Initialize some other variables.
  48. subdirs=
  49.  
  50. ac_prev=
  51. for ac_option
  52. do
  53.  
  54.   # If the previous option needs an argument, assign it.
  55.   if test -n "$ac_prev"; then
  56.     eval "$ac_prev=\$ac_option"
  57.     ac_prev=
  58.     continue
  59.   fi
  60.  
  61.   case "$ac_option" in
  62.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  63.   *) ac_optarg= ;;
  64.   esac
  65.  
  66.   # Accept the important Cygnus configure options, so we can diagnose typos.
  67.  
  68.   case "$ac_option" in
  69.  
  70.   -build | --build | --buil | --bui | --bu | --b)
  71.     ac_prev=build ;;
  72.   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  73.     build="$ac_optarg" ;;
  74.  
  75.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  76.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  77.     ac_prev=cache_file ;;
  78.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  79.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  80.     cache_file="$ac_optarg" ;;
  81.  
  82.   -disable-* | --disable-*)
  83.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  84.     # Reject names that are not valid shell variable names.
  85.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  86.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  87.     fi
  88.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  89.     eval "enable_${ac_feature}=no" ;;
  90.  
  91.   -enable-* | --enable-*)
  92.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  93.     # Reject names that are not valid shell variable names.
  94.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  95.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  96.     fi
  97.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  98.     case "$ac_option" in
  99.       *=*) ;;
  100.       *) ac_optarg=yes ;;
  101.     esac
  102.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  103.  
  104.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  105.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  106.   | --exec | --exe | --ex)
  107.     ac_prev=exec_prefix ;;
  108.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  109.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  110.   | --exec=* | --exe=* | --ex=*)
  111.     exec_prefix="$ac_optarg" ;;
  112.  
  113.   -gas | --gas | --ga | --g)
  114.     # Obsolete; use --with-gas.
  115.     with_gas=yes ;;
  116.  
  117.   -help | --help | --hel | --he)
  118.     # Omit some internal or obsolete options to make the list less imposing.
  119.     # This message is too long to be a string in the A/UX 3.1 sh.
  120.     cat << EOF
  121. Usage: configure [options] [host]
  122. Options: [defaults in brackets after descriptions]
  123. Configuration:
  124.   --cache-file=FILE       cache test results in FILE
  125.   --help                  print this message
  126.   --no-create             do not create output files
  127.   --quiet, --silent       do not print \`checking...' messages
  128.   --version               print the version of autoconf that created configure
  129. Directory and file names:
  130.   --prefix=PREFIX         install architecture-independent files in PREFIX
  131.                           [$ac_default_prefix]
  132.   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  133.                           [same as prefix]
  134.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  135.   --program-prefix=PREFIX prepend PREFIX to installed program names
  136.   --program-suffix=SUFFIX append SUFFIX to installed program names
  137.   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  138. Host type:
  139.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  140.   --host=HOST             configure for HOST [guessed]
  141.   --target=TARGET         configure for TARGET [TARGET=HOST]
  142. Features and packages:
  143.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  144.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  145.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  146.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  147.   --x-includes=DIR        X include files are in DIR
  148.   --x-libraries=DIR       X library files are in DIR
  149. --enable and --with options recognized:$ac_help
  150. EOF
  151.     exit 0 ;;
  152.  
  153.   -host | --host | --hos | --ho)
  154.     ac_prev=host ;;
  155.   -host=* | --host=* | --hos=* | --ho=*)
  156.     host="$ac_optarg" ;;
  157.  
  158.   -nfp | --nfp | --nf)
  159.     # Obsolete; use --without-fp.
  160.     with_fp=no ;;
  161.  
  162.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  163.   | --no-cr | --no-c)
  164.     no_create=yes ;;
  165.  
  166.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  167.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  168.     no_recursion=yes ;;
  169.  
  170.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  171.     ac_prev=prefix ;;
  172.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  173.     prefix="$ac_optarg" ;;
  174.  
  175.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  176.   | --program-pre | --program-pr | --program-p)
  177.     ac_prev=program_prefix ;;
  178.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  179.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  180.     program_prefix="$ac_optarg" ;;
  181.  
  182.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  183.   | --program-suf | --program-su | --program-s)
  184.     ac_prev=program_suffix ;;
  185.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  186.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  187.     program_suffix="$ac_optarg" ;;
  188.  
  189.   -program-transform-name | --program-transform-name \
  190.   | --program-transform-nam | --program-transform-na \
  191.   | --program-transform-n | --program-transform- \
  192.   | --program-transform | --program-transfor \
  193.   | --program-transfo | --program-transf \
  194.   | --program-trans | --program-tran \
  195.   | --progr-tra | --program-tr | --program-t)
  196.     ac_prev=program_transform_name ;;
  197.   -program-transform-name=* | --program-transform-name=* \
  198.   | --program-transform-nam=* | --program-transform-na=* \
  199.   | --program-transform-n=* | --program-transform-=* \
  200.   | --program-transform=* | --program-transfor=* \
  201.   | --program-transfo=* | --program-transf=* \
  202.   | --program-trans=* | --program-tran=* \
  203.   | --progr-tra=* | --program-tr=* | --program-t=*)
  204.     program_transform_name="$ac_optarg" ;;
  205.  
  206.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  207.   | -silent | --silent | --silen | --sile | --sil)
  208.     silent=yes ;;
  209.  
  210.   -site | --site | --sit)
  211.     ac_prev=site ;;
  212.   -site=* | --site=* | --sit=*)
  213.     site="$ac_optarg" ;;
  214.  
  215.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  216.     ac_prev=srcdir ;;
  217.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  218.     srcdir="$ac_optarg" ;;
  219.  
  220.   -target | --target | --targe | --targ | --tar | --ta | --t)
  221.     ac_prev=target ;;
  222.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  223.     target="$ac_optarg" ;;
  224.  
  225.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  226.     verbose=yes ;;
  227.  
  228.   -version | --version | --versio | --versi | --vers)
  229.     echo "configure generated by autoconf version 2.4"
  230.     exit 0 ;;
  231.  
  232.   -with-* | --with-*)
  233.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  234.     # Reject names that are not valid shell variable names.
  235.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  236.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  237.     fi
  238.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  239.     case "$ac_option" in
  240.       *=*) ;;
  241.       *) ac_optarg=yes ;;
  242.     esac
  243.     eval "with_${ac_package}='$ac_optarg'" ;;
  244.  
  245.   -without-* | --without-*)
  246.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  247.     # Reject names that are not valid shell variable names.
  248.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  249.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  250.     fi
  251.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  252.     eval "with_${ac_package}=no" ;;
  253.  
  254.   --x)
  255.     # Obsolete; use --with-x.
  256.     with_x=yes ;;
  257.  
  258.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  259.   | --x-incl | --x-inc | --x-in | --x-i)
  260.     ac_prev=x_includes ;;
  261.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  262.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  263.     x_includes="$ac_optarg" ;;
  264.  
  265.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  266.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  267.     ac_prev=x_libraries ;;
  268.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  269.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  270.     x_libraries="$ac_optarg" ;;
  271.  
  272.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  273.     ;;
  274.  
  275.   *) 
  276.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  277.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  278.     fi
  279.     if test "x$nonopt" != xNONE; then
  280.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  281.     fi
  282.     nonopt="$ac_option"
  283.     ;;
  284.  
  285.   esac
  286. done
  287.  
  288. if test -n "$ac_prev"; then
  289.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  290. fi
  291.  
  292. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  293.  
  294. # File descriptor usage:
  295. # 0 standard input
  296. # 1 file creation
  297. # 2 errors and warnings
  298. # 3 some systems may open it to /dev/tty
  299. # 4 used on the Kubota Titan
  300. # 6 checking for... messages and results
  301. # 5 compiler messages saved in config.log
  302. if test "$silent" = yes; then
  303.   exec 6>/dev/null
  304. else
  305.   exec 6>&1
  306. fi
  307. exec 5>./config.log
  308.  
  309. echo "\
  310. This file contains any messages produced by compilers while
  311. running configure, to aid debugging if configure makes a mistake.
  312. " 1>&5
  313.  
  314. # Strip out --no-create and --no-recursion so they do not pile up.
  315. # Also quote any args containing shell metacharacters.
  316. ac_configure_args=
  317. for ac_arg
  318. do
  319.   case "$ac_arg" in
  320.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  321.   | --no-cr | --no-c) ;;
  322.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  323.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  324.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  325.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  326.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  327.   esac
  328. done
  329.  
  330. # NLS nuisances.
  331. # Only set LANG and LC_ALL to C if already set.
  332. # These must not be set unconditionally because not all systems understand
  333. # e.g. LANG=C (notably SCO).
  334. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  335. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  336.  
  337. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  338. rm -rf conftest* confdefs.h
  339. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  340. echo > confdefs.h
  341.  
  342. # A filename unique to this package, relative to the directory that
  343. # configure is in, which we can look for to find out if srcdir is correct.
  344. ac_unique_file=stInternal.h
  345.  
  346. # Find the source files, if location was not specified.
  347. if test -z "$srcdir"; then
  348.   ac_srcdir_defaulted=yes
  349.   # Try the directory containing this script, then its parent.
  350.   ac_prog=$0
  351.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  352.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  353.   srcdir=$ac_confdir
  354.   if test ! -r $srcdir/$ac_unique_file; then
  355.     srcdir=..
  356.   fi
  357. else
  358.   ac_srcdir_defaulted=no
  359. fi
  360. if test ! -r $srcdir/$ac_unique_file; then
  361.   if test "$ac_srcdir_defaulted" = yes; then
  362.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  363.   else
  364.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  365.   fi
  366. fi
  367. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  368.  
  369. # Prefer explicitly selected file to automatically selected ones.
  370. if test -z "$CONFIG_SITE"; then
  371.   if test "x$prefix" != xNONE; then
  372.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  373.   else
  374.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  375.   fi
  376. fi
  377. for ac_site_file in $CONFIG_SITE; do
  378.   if test -r "$ac_site_file"; then
  379.     echo "loading site script $ac_site_file"
  380.     . "$ac_site_file"
  381.   fi
  382. done
  383.  
  384. if test -r "$cache_file"; then
  385.   echo "loading cache $cache_file"
  386.   . $cache_file
  387. else
  388.   echo "creating cache $cache_file"
  389.   > $cache_file
  390. fi
  391.  
  392. ac_ext=c
  393. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  394. ac_cpp='$CPP $CPPFLAGS'
  395. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  396. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  397.  
  398. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  399.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  400.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  401.     ac_n= ac_c='
  402. ' ac_t='    '
  403.   else
  404.     ac_n=-n ac_c= ac_t=
  405.   fi
  406. else
  407.   ac_n= ac_c='\c' ac_t=
  408. fi
  409.  
  410.  
  411. # @(#) configure.in 1.5 95/09/26 11:26:11
  412.  
  413. #--------------------------------------------------------------------
  414. if test "x$prefix" = xNONE; then
  415. echo $ac_n "checking for prefix by ""... $ac_c" 1>&6
  416. # Extract the first word of "tclsh", so it can be a program name with args.
  417. set dummy tclsh; ac_word=$2
  418. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  419. if eval "test \"`echo '$''{'ac_cv_path_TCLSH'+set}'`\" = set"; then
  420.   echo $ac_n "(cached) $ac_c" 1>&6
  421. else
  422.   case "$TCLSH" in
  423.   /*)
  424.   ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a path.
  425.   ;;
  426.   *)
  427.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  428.   for ac_dir in $PATH; do
  429.     test -z "$ac_dir" && ac_dir=.
  430.     if test -f $ac_dir/$ac_word; then
  431.       ac_cv_path_TCLSH="$ac_dir/$ac_word"
  432.       break
  433.     fi
  434.   done
  435.   IFS="$ac_save_ifs"
  436.   ;;
  437. esac
  438. fi
  439. TCLSH="$ac_cv_path_TCLSH"
  440. if test -n "$TCLSH"; then
  441.   echo "$ac_t""$TCLSH" 1>&6
  442. else
  443.   echo "$ac_t""no" 1>&6
  444. fi
  445.  
  446.   if test -n "$ac_cv_path_TCLSH"; then
  447.     prefix=`echo $ac_cv_path_TCLSH|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
  448.   fi
  449. fi
  450.  
  451. # Check whether --with-gcc or --without-gcc was given.
  452. withval="$with_gcc"
  453. if test -n "$withval"; then
  454.   CC=gcc
  455. fi
  456.  
  457. # Check whether --with-acc or --without-acc was given.
  458. withval="$with_acc"
  459. if test -n "$withval"; then
  460.   CC=acc
  461. fi
  462.  
  463. # Check whether --with-lcc or --without-lcc was given.
  464. withval="$with_lcc"
  465. if test -n "$withval"; then
  466.   CC=lcc
  467. fi
  468.  
  469. # Check whether --with-cc or --without-cc was given.
  470. withval="$with_cc"
  471. if test -n "$withval"; then
  472.   CC=cc
  473. fi
  474.  
  475.  
  476. ORIGCLFAGS="$CFLAGS"
  477. # Extract the first word of "gcc", so it can be a program name with args.
  478. set dummy gcc; ac_word=$2
  479. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  480. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  481.   echo $ac_n "(cached) $ac_c" 1>&6
  482. else
  483.   if test -n "$CC"; then
  484.   ac_cv_prog_CC="$CC" # Let the user override the test.
  485. else
  486.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  487.   for ac_dir in $PATH; do
  488.     test -z "$ac_dir" && ac_dir=.
  489.     if test -f $ac_dir/$ac_word; then
  490.       ac_cv_prog_CC="gcc"
  491.       break
  492.     fi
  493.   done
  494.   IFS="$ac_save_ifs"
  495.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  496. fi
  497. fi
  498. CC="$ac_cv_prog_CC"
  499. if test -n "$CC"; then
  500.   echo "$ac_t""$CC" 1>&6
  501. else
  502.   echo "$ac_t""no" 1>&6
  503. fi
  504.  
  505.  
  506. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  507. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  508.   echo $ac_n "(cached) $ac_c" 1>&6
  509. else
  510.   cat > conftest.c <<EOF
  511. #ifdef __GNUC__
  512.   yes;
  513. #endif
  514. EOF
  515. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  516.   ac_cv_prog_gcc=yes
  517. else
  518.   ac_cv_prog_gcc=no
  519. fi
  520. fi
  521. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  522. if test $ac_cv_prog_gcc = yes; then
  523.   GCC=yes
  524.   if test "${CFLAGS+set}" != set; then
  525.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  526. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  527.   echo $ac_n "(cached) $ac_c" 1>&6
  528. else
  529.   echo 'void f(){}' > conftest.c
  530. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  531.   ac_cv_prog_gcc_g=yes
  532. else
  533.   ac_cv_prog_gcc_g=no
  534. fi
  535. rm -f conftest*
  536.  
  537. fi
  538.     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  539.     if test $ac_cv_prog_gcc_g = yes; then
  540.       CFLAGS="-g -O"
  541.     else
  542.       CFLAGS="-O"
  543.     fi
  544.   fi
  545. else
  546.   GCC=
  547.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  548. fi
  549.  
  550. # If we cannot run a trivial program, we must be cross compiling.
  551. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  552. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  553.   echo $ac_n "(cached) $ac_c" 1>&6
  554. else
  555.   if test "$cross_compiling" = yes; then
  556.   ac_cv_c_cross=yes
  557. else
  558. cat > conftest.$ac_ext <<EOF
  559. #line 560 "configure"
  560. #include "confdefs.h"
  561. main(){return(0);}
  562. EOF
  563. eval $ac_link
  564. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  565.   ac_cv_c_cross=no
  566. else
  567.   ac_cv_c_cross=yes
  568. fi
  569. fi
  570. rm -fr conftest*
  571. fi
  572. cross_compiling=$ac_cv_c_cross
  573. echo "$ac_t""$ac_cv_c_cross" 1>&6
  574.  
  575. CFLAGS="$ORIGCFLAGS"
  576. # Extract the first word of "ranlib", so it can be a program name with args.
  577. set dummy ranlib; ac_word=$2
  578. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  579. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  580.   echo $ac_n "(cached) $ac_c" 1>&6
  581. else
  582.   if test -n "$RANLIB"; then
  583.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  584. else
  585.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  586.   for ac_dir in $PATH; do
  587.     test -z "$ac_dir" && ac_dir=.
  588.     if test -f $ac_dir/$ac_word; then
  589.       ac_cv_prog_RANLIB="ranlib"
  590.       break
  591.     fi
  592.   done
  593.   IFS="$ac_save_ifs"
  594.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  595. fi
  596. fi
  597. RANLIB="$ac_cv_prog_RANLIB"
  598. if test -n "$RANLIB"; then
  599.   echo "$ac_t""$RANLIB" 1>&6
  600. else
  601.   echo "$ac_t""no" 1>&6
  602. fi
  603.  
  604.  
  605. ac_aux_dir=
  606. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  607.   if test -f $ac_dir/install-sh; then
  608.     ac_aux_dir=$ac_dir
  609.     ac_install_sh="$ac_aux_dir/install-sh -c"
  610.     break
  611.   elif test -f $ac_dir/install.sh; then
  612.     ac_aux_dir=$ac_dir
  613.     ac_install_sh="$ac_aux_dir/install.sh -c"
  614.     break
  615.   fi
  616. done
  617. if test -z "$ac_aux_dir"; then
  618.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  619. fi
  620. ac_config_guess=$ac_aux_dir/config.guess
  621. ac_config_sub=$ac_aux_dir/config.sub
  622. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  623.  
  624. # Find a good install program.  We prefer a C program (faster),
  625. # so one script is as good as another.  But avoid the broken or
  626. # incompatible versions:
  627. # SysV /etc/install, /usr/sbin/install
  628. # SunOS /usr/etc/install
  629. # IRIX /sbin/install
  630. # AIX /bin/install
  631. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  632. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  633. # ./install, which can be erroneously created by make from ./install.sh.
  634. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  635. if test -z "$INSTALL"; then
  636. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  637.   echo $ac_n "(cached) $ac_c" 1>&6
  638. else
  639.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  640.   for ac_dir in $PATH; do
  641.     # Account for people who put trailing slashes in PATH elements.
  642.     case "$ac_dir/" in
  643.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  644.     *)
  645.       # OSF1 and SCO ODT 3.0 have their own names for install.
  646.       for ac_prog in ginstall installbsd scoinst install; do
  647.         if test -f $ac_dir/$ac_prog; then
  648.       if test $ac_prog = install &&
  649.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  650.         # AIX install.  It has an incompatible calling convention.
  651.         # OSF/1 installbsd also uses dspmsg, but is usable.
  652.         :
  653.       else
  654.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  655.         break 2
  656.       fi
  657.     fi
  658.       done
  659.       ;;
  660.     esac
  661.   done
  662.   IFS="$ac_save_ifs"
  663.   # As a last resort, use the slow shell script.
  664.   test -z "$ac_cv_path_install" && ac_cv_path_install="$ac_install_sh"
  665. fi
  666.   INSTALL="$ac_cv_path_install"
  667. fi
  668. echo "$ac_t""$INSTALL" 1>&6
  669.  
  670. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  671. # It thinks the first close brace ends the variable substitution.
  672. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  673.  
  674. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  675.  
  676.  
  677.  
  678.  
  679. #--------------------------------------------------------------------
  680. #    Supply substitutes for missing POSIX library procedures, or
  681. #    set flags so Tcl uses alternate procedures.
  682. #--------------------------------------------------------------------
  683.  
  684. for ac_func in strtol
  685. do
  686. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  687. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  688.   echo $ac_n "(cached) $ac_c" 1>&6
  689. else
  690.   cat > conftest.$ac_ext <<EOF
  691. #line 692 "configure"
  692. #include "confdefs.h"
  693. /* System header to define __stub macros and hopefully few prototypes,
  694.     which can conflict with char $ac_func(); below.  */
  695. #include <assert.h>
  696. /* Override any gcc2 internal prototype to avoid an error.  */
  697. char $ac_func(); 
  698.  
  699. int main() { return 0; }
  700. int t() {
  701.  
  702. /* The GNU C library defines this for functions which it implements
  703.     to always fail with ENOSYS.  Some functions are actually named
  704.     something starting with __ and the normal name is an alias.  */
  705. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  706. choke me
  707. #else
  708. $ac_func();
  709. #endif
  710.  
  711. ; return 0; }
  712. EOF
  713. if eval $ac_link; then
  714.   rm -rf conftest*
  715.   eval "ac_cv_func_$ac_func=yes"
  716. else
  717.   rm -rf conftest*
  718.   eval "ac_cv_func_$ac_func=no"
  719. fi
  720. rm -f conftest*
  721.  
  722. fi
  723. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  724.   echo "$ac_t""yes" 1>&6
  725.   :
  726. else
  727.   echo "$ac_t""no" 1>&6
  728. LIBOBJS="$LIBOBJS ${ac_func}.o"
  729. fi
  730.  
  731. done
  732.  
  733. echo $ac_n "checking for strerror""... $ac_c" 1>&6
  734. if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
  735.   echo $ac_n "(cached) $ac_c" 1>&6
  736. else
  737.   cat > conftest.$ac_ext <<EOF
  738. #line 739 "configure"
  739. #include "confdefs.h"
  740. /* System header to define __stub macros and hopefully few prototypes,
  741.     which can conflict with char strerror(); below.  */
  742. #include <assert.h>
  743. /* Override any gcc2 internal prototype to avoid an error.  */
  744. char strerror(); 
  745.  
  746. int main() { return 0; }
  747. int t() {
  748.  
  749. /* The GNU C library defines this for functions which it implements
  750.     to always fail with ENOSYS.  Some functions are actually named
  751.     something starting with __ and the normal name is an alias.  */
  752. #if defined (__stub_strerror) || defined (__stub___strerror)
  753. choke me
  754. #else
  755. strerror();
  756. #endif
  757.  
  758. ; return 0; }
  759. EOF
  760. if eval $ac_link; then
  761.   rm -rf conftest*
  762.   eval "ac_cv_func_strerror=yes"
  763. else
  764.   rm -rf conftest*
  765.   eval "ac_cv_func_strerror=no"
  766. fi
  767. rm -f conftest*
  768.  
  769. fi
  770. if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
  771.   echo "$ac_t""yes" 1>&6
  772.   :
  773. else
  774.   echo "$ac_t""no" 1>&6
  775. cat >> confdefs.h <<\EOF
  776. #define NO_STRERROR 1
  777. EOF
  778.  
  779. fi
  780.  
  781.  
  782. #--------------------------------------------------------------------
  783. #    On a few very rare systems, all of the libm.a stuff is
  784. #    already in libc.a.  Set compiler flags accordingly.
  785. #    Also, Linux requires the "ieee" library for math to work
  786. #    right (and it must appear before "-lm").
  787. #--------------------------------------------------------------------
  788.  
  789. echo $ac_n "checking for sin""... $ac_c" 1>&6
  790. if eval "test \"`echo '$''{'ac_cv_func_sin'+set}'`\" = set"; then
  791.   echo $ac_n "(cached) $ac_c" 1>&6
  792. else
  793.   cat > conftest.$ac_ext <<EOF
  794. #line 795 "configure"
  795. #include "confdefs.h"
  796. /* System header to define __stub macros and hopefully few prototypes,
  797.     which can conflict with char sin(); below.  */
  798. #include <assert.h>
  799. /* Override any gcc2 internal prototype to avoid an error.  */
  800. char sin(); 
  801.  
  802. int main() { return 0; }
  803. int t() {
  804.  
  805. /* The GNU C library defines this for functions which it implements
  806.     to always fail with ENOSYS.  Some functions are actually named
  807.     something starting with __ and the normal name is an alias.  */
  808. #if defined (__stub_sin) || defined (__stub___sin)
  809. choke me
  810. #else
  811. sin();
  812. #endif
  813.  
  814. ; return 0; }
  815. EOF
  816. if eval $ac_link; then
  817.   rm -rf conftest*
  818.   eval "ac_cv_func_sin=yes"
  819. else
  820.   rm -rf conftest*
  821.   eval "ac_cv_func_sin=no"
  822. fi
  823. rm -f conftest*
  824.  
  825. fi
  826. if eval "test \"`echo '$ac_cv_func_'sin`\" = yes"; then
  827.   echo "$ac_t""yes" 1>&6
  828.   MATH_LIBS=""
  829. else
  830.   echo "$ac_t""no" 1>&6
  831. MATH_LIBS="-lm"
  832. fi
  833.  
  834.  
  835. echo $ac_n "checking for -lieee""... $ac_c" 1>&6
  836. if eval "test \"`echo '$''{'ac_cv_lib_ieee'+set}'`\" = set"; then
  837.   echo $ac_n "(cached) $ac_c" 1>&6
  838. else
  839.   ac_save_LIBS="$LIBS"
  840. LIBS="-lieee  $LIBS"
  841. cat > conftest.$ac_ext <<EOF
  842. #line 843 "configure"
  843. #include "confdefs.h"
  844.  
  845. int main() { return 0; }
  846. int t() {
  847. main()
  848. ; return 0; }
  849. EOF
  850. if eval $ac_link; then
  851.   rm -rf conftest*
  852.   eval "ac_cv_lib_ieee=yes"
  853. else
  854.   rm -rf conftest*
  855.   eval "ac_cv_lib_ieee=no"
  856. fi
  857. rm -f conftest*
  858. LIBS="$ac_save_LIBS"
  859.  
  860. fi
  861. if eval "test \"`echo '$ac_cv_lib_'ieee`\" = yes"; then
  862.   echo "$ac_t""yes" 1>&6
  863.   MATH_LIBS="-lieee $MATH_LIBS"
  864. else
  865.   echo "$ac_t""no" 1>&6
  866. fi
  867.  
  868.  
  869. #--------------------------------------------------------------------
  870. #    Supply substitutes for missing POSIX header files.  Special
  871. #    notes:
  872. #        - Sprite's dirent.h exists but is bogus.
  873. #        - stdlib.h doesn't define strtol, strtoul, or
  874. #          strtod insome versions of SunOS
  875. #        - some versions of string.h don't declare procedures such
  876. #          as strstr
  877. #--------------------------------------------------------------------
  878.  
  879. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  880. # On Suns, sometimes $CPP names a directory.
  881. if test -n "$CPP" && test -d "$CPP"; then
  882.   CPP=
  883. fi
  884. if test -z "$CPP"; then
  885. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  886.   echo $ac_n "(cached) $ac_c" 1>&6
  887. else
  888.     # This must be in double quotes, not single quotes, because CPP may get
  889.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  890.   CPP="${CC-cc} -E"
  891.   # On the NeXT, cc -E runs the code through the compiler's parser,
  892.   # not just through cpp.
  893.   cat > conftest.$ac_ext <<EOF
  894. #line 895 "configure"
  895. #include "confdefs.h"
  896. #include <assert.h>
  897. Syntax Error
  898. EOF
  899. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  900. ac_err=`grep -v '^ *+' conftest.out`
  901. if test -z "$ac_err"; then
  902.   :
  903. else
  904.   echo "$ac_err" >&5
  905.   rm -rf conftest*
  906.   CPP="${CC-cc} -E -traditional-cpp"
  907.   cat > conftest.$ac_ext <<EOF
  908. #line 909 "configure"
  909. #include "confdefs.h"
  910. #include <assert.h>
  911. Syntax Error
  912. EOF
  913. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  914. ac_err=`grep -v '^ *+' conftest.out`
  915. if test -z "$ac_err"; then
  916.   :
  917. else
  918.   echo "$ac_err" >&5
  919.   rm -rf conftest*
  920.   CPP=/lib/cpp
  921. fi
  922. rm -f conftest*
  923. fi
  924. rm -f conftest*
  925.   ac_cv_prog_CPP="$CPP"
  926. fi
  927.   CPP="$ac_cv_prog_CPP"
  928. else
  929.   ac_cv_prog_CPP="$CPP"
  930. fi
  931. echo "$ac_t""$CPP" 1>&6
  932.  
  933. for ac_hdr in unistd.h
  934. do
  935. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  936. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  937. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  938.   echo $ac_n "(cached) $ac_c" 1>&6
  939. else
  940.   cat > conftest.$ac_ext <<EOF
  941. #line 942 "configure"
  942. #include "confdefs.h"
  943. #include <$ac_hdr>
  944. EOF
  945. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  946. ac_err=`grep -v '^ *+' conftest.out`
  947. if test -z "$ac_err"; then
  948.   rm -rf conftest*
  949.   eval "ac_cv_header_$ac_safe=yes"
  950. else
  951.   echo "$ac_err" >&5
  952.   rm -rf conftest*
  953.   eval "ac_cv_header_$ac_safe=no"
  954. fi
  955. rm -f conftest*
  956. fi
  957. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  958.   echo "$ac_t""yes" 1>&6
  959.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  960.   cat >> confdefs.h <<EOF
  961. #define $ac_tr_hdr 1
  962. EOF
  963.  
  964. else
  965.   echo "$ac_t""no" 1>&6
  966. fi
  967. done
  968.  
  969. ac_safe=`echo "errno.h" | tr './\055' '___'`
  970. echo $ac_n "checking for errno.h""... $ac_c" 1>&6
  971. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  972.   echo $ac_n "(cached) $ac_c" 1>&6
  973. else
  974.   cat > conftest.$ac_ext <<EOF
  975. #line 976 "configure"
  976. #include "confdefs.h"
  977. #include <errno.h>
  978. EOF
  979. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  980. ac_err=`grep -v '^ *+' conftest.out`
  981. if test -z "$ac_err"; then
  982.   rm -rf conftest*
  983.   eval "ac_cv_header_$ac_safe=yes"
  984. else
  985.   echo "$ac_err" >&5
  986.   rm -rf conftest*
  987.   eval "ac_cv_header_$ac_safe=no"
  988. fi
  989. rm -f conftest*
  990. fi
  991. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  992.   echo "$ac_t""yes" 1>&6
  993.   :
  994. else
  995.   echo "$ac_t""no" 1>&6
  996. cat >> confdefs.h <<\EOF
  997. #define NO_ERRNO_H 1
  998. EOF
  999.  
  1000. fi
  1001.  
  1002. ac_safe=`echo "limits.h" | tr './\055' '___'`
  1003. echo $ac_n "checking for limits.h""... $ac_c" 1>&6
  1004. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1005.   echo $ac_n "(cached) $ac_c" 1>&6
  1006. else
  1007.   cat > conftest.$ac_ext <<EOF
  1008. #line 1009 "configure"
  1009. #include "confdefs.h"
  1010. #include <limits.h>
  1011. EOF
  1012. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1013. ac_err=`grep -v '^ *+' conftest.out`
  1014. if test -z "$ac_err"; then
  1015.   rm -rf conftest*
  1016.   eval "ac_cv_header_$ac_safe=yes"
  1017. else
  1018.   echo "$ac_err" >&5
  1019.   rm -rf conftest*
  1020.   eval "ac_cv_header_$ac_safe=no"
  1021. fi
  1022. rm -f conftest*
  1023. fi
  1024. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1025.   echo "$ac_t""yes" 1>&6
  1026.   :
  1027. else
  1028.   echo "$ac_t""no" 1>&6
  1029. cat >> confdefs.h <<\EOF
  1030. #define NO_LIMITS_H 1
  1031. EOF
  1032.  
  1033. fi
  1034.  
  1035. ac_safe=`echo "stdlib.h" | tr './\055' '___'`
  1036. echo $ac_n "checking for stdlib.h""... $ac_c" 1>&6
  1037. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1038.   echo $ac_n "(cached) $ac_c" 1>&6
  1039. else
  1040.   cat > conftest.$ac_ext <<EOF
  1041. #line 1042 "configure"
  1042. #include "confdefs.h"
  1043. #include <stdlib.h>
  1044. EOF
  1045. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1046. ac_err=`grep -v '^ *+' conftest.out`
  1047. if test -z "$ac_err"; then
  1048.   rm -rf conftest*
  1049.   eval "ac_cv_header_$ac_safe=yes"
  1050. else
  1051.   echo "$ac_err" >&5
  1052.   rm -rf conftest*
  1053.   eval "ac_cv_header_$ac_safe=no"
  1054. fi
  1055. rm -f conftest*
  1056. fi
  1057. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1058.   echo "$ac_t""yes" 1>&6
  1059.   tcl_ok=1
  1060. else
  1061.   echo "$ac_t""no" 1>&6
  1062. tcl_ok=0
  1063. fi
  1064.  
  1065. cat > conftest.$ac_ext <<EOF
  1066. #line 1067 "configure"
  1067. #include "confdefs.h"
  1068. #include <stdlib.h>
  1069. EOF
  1070. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1071.   egrep "strtol" >/dev/null 2>&1; then
  1072.   :
  1073. else
  1074.   rm -rf conftest*
  1075.   tcl_ok=0
  1076. fi
  1077. rm -f conftest*
  1078.  
  1079. cat > conftest.$ac_ext <<EOF
  1080. #line 1081 "configure"
  1081. #include "confdefs.h"
  1082. #include <stdlib.h>
  1083. EOF
  1084. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1085.   egrep "strtoul" >/dev/null 2>&1; then
  1086.   :
  1087. else
  1088.   rm -rf conftest*
  1089.   tcl_ok=0
  1090. fi
  1091. rm -f conftest*
  1092.  
  1093. cat > conftest.$ac_ext <<EOF
  1094. #line 1095 "configure"
  1095. #include "confdefs.h"
  1096. #include <stdlib.h>
  1097. EOF
  1098. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1099.   egrep "strtod" >/dev/null 2>&1; then
  1100.   :
  1101. else
  1102.   rm -rf conftest*
  1103.   tcl_ok=0
  1104. fi
  1105. rm -f conftest*
  1106.  
  1107. if test $tcl_ok = 0; then
  1108.     cat >> confdefs.h <<\EOF
  1109. #define NO_STDLIB_H 1
  1110. EOF
  1111.  
  1112. fi
  1113. ac_safe=`echo "string.h" | tr './\055' '___'`
  1114. echo $ac_n "checking for string.h""... $ac_c" 1>&6
  1115. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1116.   echo $ac_n "(cached) $ac_c" 1>&6
  1117. else
  1118.   cat > conftest.$ac_ext <<EOF
  1119. #line 1120 "configure"
  1120. #include "confdefs.h"
  1121. #include <string.h>
  1122. EOF
  1123. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1124. ac_err=`grep -v '^ *+' conftest.out`
  1125. if test -z "$ac_err"; then
  1126.   rm -rf conftest*
  1127.   eval "ac_cv_header_$ac_safe=yes"
  1128. else
  1129.   echo "$ac_err" >&5
  1130.   rm -rf conftest*
  1131.   eval "ac_cv_header_$ac_safe=no"
  1132. fi
  1133. rm -f conftest*
  1134. fi
  1135. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1136.   echo "$ac_t""yes" 1>&6
  1137.   tcl_ok=1
  1138. else
  1139.   echo "$ac_t""no" 1>&6
  1140. tcl_ok=0
  1141. fi
  1142.  
  1143. cat > conftest.$ac_ext <<EOF
  1144. #line 1145 "configure"
  1145. #include "confdefs.h"
  1146. #include <string.h>
  1147. EOF
  1148. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1149.   egrep "strerror" >/dev/null 2>&1; then
  1150.   :
  1151. else
  1152.   rm -rf conftest*
  1153.   tcl_ok=0
  1154. fi
  1155. rm -f conftest*
  1156.  
  1157. if test $tcl_ok = 0; then
  1158.     cat >> confdefs.h <<\EOF
  1159. #define NO_STRING_H 1
  1160. EOF
  1161.  
  1162. fi
  1163.  
  1164. #--------------------------------------------------------------------
  1165. #    Check for strtoul function.  This is tricky because under some
  1166. #    versions of AIX strtoul returns an incorrect terminator
  1167. #    pointer for the string "0".
  1168. #--------------------------------------------------------------------
  1169.  
  1170. echo $ac_n "checking for strtoul""... $ac_c" 1>&6
  1171. if eval "test \"`echo '$''{'ac_cv_func_strtoul'+set}'`\" = set"; then
  1172.   echo $ac_n "(cached) $ac_c" 1>&6
  1173. else
  1174.   cat > conftest.$ac_ext <<EOF
  1175. #line 1176 "configure"
  1176. #include "confdefs.h"
  1177. /* System header to define __stub macros and hopefully few prototypes,
  1178.     which can conflict with char strtoul(); below.  */
  1179. #include <assert.h>
  1180. /* Override any gcc2 internal prototype to avoid an error.  */
  1181. char strtoul(); 
  1182.  
  1183. int main() { return 0; }
  1184. int t() {
  1185.  
  1186. /* The GNU C library defines this for functions which it implements
  1187.     to always fail with ENOSYS.  Some functions are actually named
  1188.     something starting with __ and the normal name is an alias.  */
  1189. #if defined (__stub_strtoul) || defined (__stub___strtoul)
  1190. choke me
  1191. #else
  1192. strtoul();
  1193. #endif
  1194.  
  1195. ; return 0; }
  1196. EOF
  1197. if eval $ac_link; then
  1198.   rm -rf conftest*
  1199.   eval "ac_cv_func_strtoul=yes"
  1200. else
  1201.   rm -rf conftest*
  1202.   eval "ac_cv_func_strtoul=no"
  1203. fi
  1204. rm -f conftest*
  1205.  
  1206. fi
  1207. if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then
  1208.   echo "$ac_t""yes" 1>&6
  1209.   tcl_ok=1
  1210. else
  1211.   echo "$ac_t""no" 1>&6
  1212. tcl_ok=0
  1213. fi
  1214.  
  1215. if test "$cross_compiling" = yes; then
  1216.   dummy=1
  1217. else
  1218. cat > conftest.$ac_ext <<EOF
  1219. #line 1220 "configure"
  1220. #include "confdefs.h"
  1221.  
  1222. extern int strtoul();
  1223. int main()
  1224. {
  1225.     char *string = "0";
  1226.     char *term;
  1227.     int value;
  1228.     value = strtoul(string, &term, 0);
  1229.     if ((value != 0) || (term != (string+1))) {
  1230.         exit(1);
  1231.     }
  1232.     exit(0);
  1233. }
  1234. EOF
  1235. eval $ac_link
  1236. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1237.   :
  1238. else
  1239.   tcl_ok=0
  1240. fi
  1241. fi
  1242. rm -fr conftest*
  1243. if test $tcl_ok = 0; then
  1244.     test -n "$verbose" && echo "    Adding strtoul.o."
  1245.     LIBOBJS="$LIBOBJS strtoul.o"
  1246. fi
  1247.  
  1248. #--------------------------------------------------------------------
  1249. #    Check for the strtod function.  This is tricky because in some
  1250. #    versions of Linux strtod mis-parses strings starting with "+".
  1251. #--------------------------------------------------------------------
  1252.  
  1253. echo $ac_n "checking for strtod""... $ac_c" 1>&6
  1254. if eval "test \"`echo '$''{'ac_cv_func_strtod'+set}'`\" = set"; then
  1255.   echo $ac_n "(cached) $ac_c" 1>&6
  1256. else
  1257.   cat > conftest.$ac_ext <<EOF
  1258. #line 1259 "configure"
  1259. #include "confdefs.h"
  1260. /* System header to define __stub macros and hopefully few prototypes,
  1261.     which can conflict with char strtod(); below.  */
  1262. #include <assert.h>
  1263. /* Override any gcc2 internal prototype to avoid an error.  */
  1264. char strtod(); 
  1265.  
  1266. int main() { return 0; }
  1267. int t() {
  1268.  
  1269. /* The GNU C library defines this for functions which it implements
  1270.     to always fail with ENOSYS.  Some functions are actually named
  1271.     something starting with __ and the normal name is an alias.  */
  1272. #if defined (__stub_strtod) || defined (__stub___strtod)
  1273. choke me
  1274. #else
  1275. strtod();
  1276. #endif
  1277.  
  1278. ; return 0; }
  1279. EOF
  1280. if eval $ac_link; then
  1281.   rm -rf conftest*
  1282.   eval "ac_cv_func_strtod=yes"
  1283. else
  1284.   rm -rf conftest*
  1285.   eval "ac_cv_func_strtod=no"
  1286. fi
  1287. rm -f conftest*
  1288.  
  1289. fi
  1290. if eval "test \"`echo '$ac_cv_func_'strtod`\" = yes"; then
  1291.   echo "$ac_t""yes" 1>&6
  1292.   tcl_ok=1
  1293. else
  1294.   echo "$ac_t""no" 1>&6
  1295. tcl_ok=0
  1296. fi
  1297.  
  1298. if test "$cross_compiling" = yes; then
  1299.   dummy=1
  1300. else
  1301. cat > conftest.$ac_ext <<EOF
  1302. #line 1303 "configure"
  1303. #include "confdefs.h"
  1304.  
  1305. extern double strtod();
  1306. int main()
  1307. {
  1308.     char *string = " +69";
  1309.     char *term;
  1310.     double value;
  1311.     value = strtod(string, &term);
  1312.     if ((value != 69) || (term != (string+4))) {
  1313.     exit(1);
  1314.     }
  1315.     exit(0);
  1316. }
  1317. EOF
  1318. eval $ac_link
  1319. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1320.   :
  1321. else
  1322.   tcl_ok=0
  1323. fi
  1324. fi
  1325. rm -fr conftest*
  1326. if test $tcl_ok = 0; then
  1327.     test -n "$verbose" && echo "    Adding strtod.o."
  1328.     LIBOBJS="$LIBOBJS strtod.o"
  1329. fi
  1330.  
  1331. #--------------------------------------------------------------------
  1332. #    Under Solaris 2.4, strtod returns the wrong value for the
  1333. #    terminating character under some conditions.  Check for this
  1334. #    and if the problem exists use a substitute procedure
  1335. #    "fixstrtod" that corrects the error.
  1336. #--------------------------------------------------------------------
  1337.  
  1338. echo $ac_n "checking for strtod""... $ac_c" 1>&6
  1339. if eval "test \"`echo '$''{'ac_cv_func_strtod'+set}'`\" = set"; then
  1340.   echo $ac_n "(cached) $ac_c" 1>&6
  1341. else
  1342.   cat > conftest.$ac_ext <<EOF
  1343. #line 1344 "configure"
  1344. #include "confdefs.h"
  1345. /* System header to define __stub macros and hopefully few prototypes,
  1346.     which can conflict with char strtod(); below.  */
  1347. #include <assert.h>
  1348. /* Override any gcc2 internal prototype to avoid an error.  */
  1349. char strtod(); 
  1350.  
  1351. int main() { return 0; }
  1352. int t() {
  1353.  
  1354. /* The GNU C library defines this for functions which it implements
  1355.     to always fail with ENOSYS.  Some functions are actually named
  1356.     something starting with __ and the normal name is an alias.  */
  1357. #if defined (__stub_strtod) || defined (__stub___strtod)
  1358. choke me
  1359. #else
  1360. strtod();
  1361. #endif
  1362.  
  1363. ; return 0; }
  1364. EOF
  1365. if eval $ac_link; then
  1366.   rm -rf conftest*
  1367.   eval "ac_cv_func_strtod=yes"
  1368. else
  1369.   rm -rf conftest*
  1370.   eval "ac_cv_func_strtod=no"
  1371. fi
  1372. rm -f conftest*
  1373.  
  1374. fi
  1375. if eval "test \"`echo '$ac_cv_func_'strtod`\" = yes"; then
  1376.   echo "$ac_t""yes" 1>&6
  1377.   tcl_strtod=1
  1378. else
  1379.   echo "$ac_t""no" 1>&6
  1380. tcl_strtod=0
  1381. fi
  1382.  
  1383. if test "$tcl_strtod" = 1; then
  1384.     echo $ac_n "checking for Solaris strtod bug""... $ac_c" 1>&6
  1385.     if test "$cross_compiling" = yes; then
  1386.   dummy=1
  1387. else
  1388. cat > conftest.$ac_ext <<EOF
  1389. #line 1390 "configure"
  1390. #include "confdefs.h"
  1391.  
  1392.     extern double strtod();
  1393.     int main()
  1394.     {
  1395.         char *string = "NaN";
  1396.         char *term;
  1397.         strtod(string, &term);
  1398.         if ((term != string) && (term[-1] == 0)) {
  1399.         exit(1);
  1400.         }
  1401.         exit(0);
  1402.     }
  1403. EOF
  1404. eval $ac_link
  1405. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1406.   echo "$ac_t""ok" 1>&6
  1407. else
  1408.   
  1409.         echo "$ac_t""buggy" 1>&6
  1410.         LIBOBJS="$LIBOBJS fixstrtod.o"
  1411.         cat >> confdefs.h <<\EOF
  1412. #define strtod fixstrtod
  1413. EOF
  1414.  
  1415.     
  1416. fi
  1417. fi
  1418. rm -fr conftest*
  1419. fi
  1420.  
  1421. #--------------------------------------------------------------------
  1422. #    Check for various typedefs and provide substitutes if
  1423. #    they don't exist.
  1424. #--------------------------------------------------------------------
  1425.  
  1426. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  1427. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  1428.   echo $ac_n "(cached) $ac_c" 1>&6
  1429. else
  1430.   cat > conftest.$ac_ext <<EOF
  1431. #line 1432 "configure"
  1432. #include "confdefs.h"
  1433. #include <stdlib.h>
  1434. #include <stdarg.h>
  1435. #include <string.h>
  1436. #include <float.h>
  1437. EOF
  1438. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1439. ac_err=`grep -v '^ *+' conftest.out`
  1440. if test -z "$ac_err"; then
  1441.   rm -rf conftest*
  1442.   ac_cv_header_stdc=yes
  1443. else
  1444.   echo "$ac_err" >&5
  1445.   rm -rf conftest*
  1446.   ac_cv_header_stdc=no
  1447. fi
  1448. rm -f conftest*
  1449.  
  1450. if test $ac_cv_header_stdc = yes; then
  1451.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1452. cat > conftest.$ac_ext <<EOF
  1453. #line 1454 "configure"
  1454. #include "confdefs.h"
  1455. #include <string.h>
  1456. EOF
  1457. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1458.   egrep "memchr" >/dev/null 2>&1; then
  1459.   :
  1460. else
  1461.   rm -rf conftest*
  1462.   ac_cv_header_stdc=no
  1463. fi
  1464. rm -f conftest*
  1465.  
  1466. fi
  1467.  
  1468. if test $ac_cv_header_stdc = yes; then
  1469.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1470. cat > conftest.$ac_ext <<EOF
  1471. #line 1472 "configure"
  1472. #include "confdefs.h"
  1473. #include <stdlib.h>
  1474. EOF
  1475. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1476.   egrep "free" >/dev/null 2>&1; then
  1477.   :
  1478. else
  1479.   rm -rf conftest*
  1480.   ac_cv_header_stdc=no
  1481. fi
  1482. rm -f conftest*
  1483.  
  1484. fi
  1485.  
  1486. if test $ac_cv_header_stdc = yes; then
  1487.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  1488. if test "$cross_compiling" = yes; then
  1489.   ac_cv_header_stdc=no
  1490. else
  1491. cat > conftest.$ac_ext <<EOF
  1492. #line 1493 "configure"
  1493. #include "confdefs.h"
  1494. #include <ctype.h>
  1495. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1496. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1497. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1498. int main () { int i; for (i = 0; i < 256; i++)
  1499. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1500. exit (0); }
  1501.  
  1502. EOF
  1503. eval $ac_link
  1504. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1505.   :
  1506. else
  1507.   ac_cv_header_stdc=no
  1508. fi
  1509. fi
  1510. rm -fr conftest*
  1511. fi
  1512. fi
  1513. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1514. if test $ac_cv_header_stdc = yes; then
  1515.   cat >> confdefs.h <<\EOF
  1516. #define STDC_HEADERS 1
  1517. EOF
  1518.  
  1519. fi
  1520.  
  1521. echo $ac_n "checking for mode_t""... $ac_c" 1>&6
  1522. if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
  1523.   echo $ac_n "(cached) $ac_c" 1>&6
  1524. else
  1525.   cat > conftest.$ac_ext <<EOF
  1526. #line 1527 "configure"
  1527. #include "confdefs.h"
  1528. #include <sys/types.h>
  1529. #if STDC_HEADERS
  1530. #include <stdlib.h>
  1531. #endif
  1532. EOF
  1533. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1534.   egrep "mode_t" >/dev/null 2>&1; then
  1535.   rm -rf conftest*
  1536.   ac_cv_type_mode_t=yes
  1537. else
  1538.   rm -rf conftest*
  1539.   ac_cv_type_mode_t=no
  1540. fi
  1541. rm -f conftest*
  1542.  
  1543. fi
  1544. echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  1545. if test $ac_cv_type_mode_t = no; then
  1546.   cat >> confdefs.h <<\EOF
  1547. #define mode_t int
  1548. EOF
  1549.  
  1550. fi
  1551.  
  1552. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1553. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  1554.   echo $ac_n "(cached) $ac_c" 1>&6
  1555. else
  1556.   cat > conftest.$ac_ext <<EOF
  1557. #line 1558 "configure"
  1558. #include "confdefs.h"
  1559. #include <sys/types.h>
  1560. #if STDC_HEADERS
  1561. #include <stdlib.h>
  1562. #endif
  1563. EOF
  1564. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1565.   egrep "size_t" >/dev/null 2>&1; then
  1566.   rm -rf conftest*
  1567.   ac_cv_type_size_t=yes
  1568. else
  1569.   rm -rf conftest*
  1570.   ac_cv_type_size_t=no
  1571. fi
  1572. rm -f conftest*
  1573.  
  1574. fi
  1575. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1576. if test $ac_cv_type_size_t = no; then
  1577.   cat >> confdefs.h <<\EOF
  1578. #define size_t unsigned
  1579. EOF
  1580.  
  1581. fi
  1582.  
  1583.  
  1584. #--------------------------------------------------------------------
  1585. #    Check to see whether the system supports the matherr function
  1586. #    and its associated type "struct exception".
  1587. #--------------------------------------------------------------------
  1588.  
  1589. echo $ac_n "checking matherr support""... $ac_c" 1>&6
  1590. cat > conftest.$ac_ext <<EOF
  1591. #line 1592 "configure"
  1592. #include "confdefs.h"
  1593. #include <math.h>
  1594. int main() { return 0; }
  1595. int t() {
  1596.  
  1597. struct exception x;
  1598. x.type = DOMAIN;
  1599. x.type = SING;
  1600.  
  1601. ; return 0; }
  1602. EOF
  1603. if eval $ac_compile; then
  1604.   rm -rf conftest*
  1605.   tcl_ok=yes
  1606. else
  1607.   rm -rf conftest*
  1608.   tcl_ok=no
  1609. fi
  1610. rm -f conftest*
  1611.  
  1612. echo "$ac_t""$tcl_ok" 1>&6
  1613. if test $tcl_ok = yes; then
  1614.     cat >> confdefs.h <<\EOF
  1615. #define NEED_MATHERR 1
  1616. EOF
  1617.  
  1618. fi
  1619.  
  1620. #--------------------------------------------------------------------
  1621. #    See if we can find the Tcl binary
  1622. #--------------------------------------------------------------------
  1623.  
  1624. # Extract the first word of "tclsh", so it can be a program name with args.
  1625. set dummy tclsh; ac_word=$2
  1626. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1627. if eval "test \"`echo '$''{'ac_cv_prog_TCLSH'+set}'`\" = set"; then
  1628.   echo $ac_n "(cached) $ac_c" 1>&6
  1629. else
  1630.   if test -n "$TCLSH"; then
  1631.   ac_cv_prog_TCLSH="$TCLSH" # Let the user override the test.
  1632. else
  1633.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1634.   for ac_dir in $PATH; do
  1635.     test -z "$ac_dir" && ac_dir=.
  1636.     if test -f $ac_dir/$ac_word; then
  1637.       ac_cv_prog_TCLSH="tclsh "
  1638.       break
  1639.     fi
  1640.   done
  1641.   IFS="$ac_save_ifs"
  1642. fi
  1643. fi
  1644. TCLSH="$ac_cv_prog_TCLSH"
  1645. if test -n "$TCLSH"; then
  1646.   echo "$ac_t""$TCLSH" 1>&6
  1647. else
  1648.   echo "$ac_t""no" 1>&6
  1649. fi
  1650.  
  1651. # Extract the first word of "tcl", so it can be a program name with args.
  1652. set dummy tcl; ac_word=$2
  1653. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1654. if eval "test \"`echo '$''{'ac_cv_prog_TCLSH'+set}'`\" = set"; then
  1655.   echo $ac_n "(cached) $ac_c" 1>&6
  1656. else
  1657.   if test -n "$TCLSH"; then
  1658.   ac_cv_prog_TCLSH="$TCLSH" # Let the user override the test.
  1659. else
  1660.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1661.   for ac_dir in $PATH; do
  1662.     test -z "$ac_dir" && ac_dir=.
  1663.     if test -f $ac_dir/$ac_word; then
  1664.       ac_cv_prog_TCLSH="tcl "
  1665.       break
  1666.     fi
  1667.   done
  1668.   IFS="$ac_save_ifs"
  1669. fi
  1670. fi
  1671. TCLSH="$ac_cv_prog_TCLSH"
  1672. if test -n "$TCLSH"; then
  1673.   echo "$ac_t""$TCLSH" 1>&6
  1674. else
  1675.   echo "$ac_t""no" 1>&6
  1676. fi
  1677.  
  1678.  
  1679.  
  1680. if test -z "$TCLSH" ; then
  1681.     { echo "configure: error: cannot find installed Tcl binary" 1>&2; exit 1; }
  1682. fi
  1683.  
  1684. echo $ac_n "checking for Tcl version""... $ac_c" 1>&6
  1685.  
  1686. TCLVERSION=`echo "puts stdout [info tclversion]" | $TCLSH`
  1687.  
  1688.  
  1689. echo "$ac_t""$TCLVERSION" 1>&6
  1690.  
  1691. TCLLIBRARY="-ltcl$TCLVERSION"
  1692. if test "x$TCLLIBRARY" = "x" ; then
  1693.     echo $ac_n "checking for -ltcl""... $ac_c" 1>&6
  1694. if eval "test \"`echo '$''{'ac_cv_lib_tcl'+set}'`\" = set"; then
  1695.   echo $ac_n "(cached) $ac_c" 1>&6
  1696. else
  1697.   ac_save_LIBS="$LIBS"
  1698. LIBS="-ltcl -lm $LIBS"
  1699. cat > conftest.$ac_ext <<EOF
  1700. #line 1701 "configure"
  1701. #include "confdefs.h"
  1702.  
  1703. int main() { return 0; }
  1704. int t() {
  1705. main()
  1706. ; return 0; }
  1707. EOF
  1708. if eval $ac_link; then
  1709.   rm -rf conftest*
  1710.   eval "ac_cv_lib_tcl=yes"
  1711. else
  1712.   rm -rf conftest*
  1713.   eval "ac_cv_lib_tcl=no"
  1714. fi
  1715. rm -f conftest*
  1716. LIBS="$ac_save_LIBS"
  1717.  
  1718. fi
  1719. if eval "test \"`echo '$ac_cv_lib_'tcl`\" = yes"; then
  1720.   echo "$ac_t""yes" 1>&6
  1721.   TCLLIBRARY="-ltcl$TCLVERSION"
  1722. else
  1723.   echo "$ac_t""no" 1>&6
  1724. fi
  1725.  
  1726. fi
  1727. if test "x$TCLLIBRARY" = "x" ; then
  1728.     { echo "configure: error: cannot find installed Tcl library" 1>&2; exit 1; }
  1729. fi
  1730.  
  1731.  
  1732.  
  1733.  
  1734. #--------------------------------------------------------------------
  1735. #    The statements below define a collection of symbols related to
  1736. #    dynamic loading and shared libraries.  See Makefile.in for a
  1737. #    description of each of the symbols.
  1738. #--------------------------------------------------------------------
  1739.  
  1740. echo $ac_n "checking system version""... $ac_c" 1>&6
  1741. system=`uname -s`-`uname -r`
  1742. if test "$status" = 1 ; then
  1743.     echo "$ac_t""unknown (can't find uname command)" 1>&6
  1744.     system=unknown
  1745. else
  1746.     # Special check for weird MP-RAS system
  1747.     if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  1748.     system=MP-RAS-`awk '{print $3}' /etc/.relid`
  1749.     fi
  1750.     echo "$ac_t""$system" 1>&6
  1751. fi
  1752. # Check whether --enable-load or --disable-load was given.
  1753. enableval="$enable_load"
  1754. if test -n "$enableval"; then
  1755.   tcl_ok=$enableval
  1756. else
  1757.   tcl_ok=yes
  1758. fi
  1759.  
  1760. if test "$tcl_ok" = "no"; then
  1761.     system=unknown
  1762. fi
  1763.  
  1764. CCOPTIONS="-O"
  1765.  
  1766. case $system in
  1767.     AIX-*)
  1768.     # Warning:  the AIX definitions have never been tested and I'm
  1769.     # pretty sure that they don't work as is.  This code is just
  1770.     # a starting point for a real implementation.
  1771.     # SHLIB_CFLAGS=""
  1772.     # SHLIB_LD="/bin/ld -e _nostart -berok  -bM:SRE -bE:lib$(LIBNAME).exp -H512 -T512"
  1773.     # SHLIB_SUFFIX=".so"
  1774.     # DL_LIBS=""
  1775.     # LD_FLAGS=""
  1776.     echo "Dynamic loading isn't available yet under AIX."
  1777.     echo "Want to volunteer?"
  1778.     ;;
  1779.     HP-UX-*.08.*|HP-UX-*.09.*)
  1780.     if test "$CC" = "cc" ; then
  1781.         CCOPTIONS="-Aa -O"
  1782.     fi
  1783.     SHLIB_CFLAGS="+z"
  1784.     SHLIB_LD="ld -b"
  1785.     SHLIB_SUFFIX=".sl"
  1786.     DL_LIBS="-ldld"
  1787.     LD_FLAGS="-Wl,-E"
  1788.     ;;
  1789.     IRIX-5.*)
  1790.     SHLIB_CFLAGS=""
  1791.     SHLIB_LD="ld -shared -rdata_shared"
  1792.     SHLIB_SUFFIX=".so"
  1793.     DL_LIBS=""
  1794.     LD_FLAGS=""
  1795.     ;;
  1796.     Linux*)
  1797.     SHLIB_CFLAGS="-fpic"
  1798.     SHLIB_LD="ld -shared"
  1799.     SHLIB_SUFFIX=".so"
  1800.     DL_LIBS="-ldld"
  1801.     LD_FLAGS=""
  1802.     ;;
  1803.     OSF-1.*)
  1804.     SHLIB_CFLAGS="-fpic"
  1805.     SHLIB_LD='ld -shared -expect_unresolved "*"'
  1806.     SHLIB_SUFFIX=".so"
  1807.     DL_LIBS=""
  1808.     LD_FLAGS=""
  1809.     ;;
  1810.     OSF1-V*)
  1811.     SHLIB_CFLAGS=""
  1812.     SHLIB_LD='ld -shared -expect_unresolved "*"'
  1813.     SHLIB_SUFFIX=".so"
  1814.     DL_LIBS=""
  1815.     LD_FLAGS=""
  1816.     ;;
  1817.     SunOS-4*)
  1818.     SHLIB_CFLAGS="-pic"
  1819.     SHLIB_LD="ld -assert pure-text"
  1820.     SHLIB_SUFFIX=".so"
  1821.     DL_LIBS="-ldl"
  1822.     LD_FLAGS=""
  1823.     ;;
  1824.     SunOS-5*)
  1825.     SHLIB_CFLAGS="-K pic"
  1826.     SHLIB_LD="/usr/ccs/bin/ld -G -z text"
  1827.     SHLIB_SUFFIX=".so"
  1828.     DL_LIBS="-ldl"
  1829.     LD_FLAGS=""
  1830.     ;;
  1831.     NetBSD-*|FreeBSD-*)
  1832.     # Not available on all versions:  check for include file.
  1833.     if test -e /usr/include/dlfcn.h; then
  1834.         SHLIB_CFLAGS="-fpic"
  1835.         SHLIB_LD="ld -Bshareable"
  1836.         SHLIB_SUFFIX=".so"
  1837.         DL_LIBS=""
  1838.         LD_FLAGS=""
  1839.     fi
  1840.     ;;
  1841.     SCO_SV-3.2*)
  1842.     # Note, dlopen is available only on SCO 3.2.5 and greater...
  1843.     SHLIB_CFLAGS="-Kpic -belf"
  1844.     SHLIB_LD="ld -G -z text"
  1845.     SHLIB_SUFFIX=".so"
  1846.     DL_LIBS=""
  1847.     LD_FLAGS="-belf -Wl,-Bexport"
  1848.     ;;
  1849.     MP-RAS-02*)
  1850.     if test "$CC" = "cc" ; then
  1851.         CCOPTIONS="-Xa -O"
  1852.     fi
  1853.     SHLIB_CFLAGS="-K pic"
  1854.     SHLIB_LD="cc -G"
  1855.     SHLIB_SUFFIX=".so"
  1856.     DL_LIBS="-ldl"
  1857.     LD_FLAGS=""
  1858.     ;;
  1859.     MP-RAS-*)
  1860.     if test "$CC" = "cc" ; then
  1861.         CCOPTIONS="-Xa -O"
  1862.     fi
  1863.     SHLIB_CFLAGS="-K pic"
  1864.     SHLIB_LD="cc -G"
  1865.     SHLIB_SUFFIX=".so"
  1866.     DL_LIBS="-ldl"
  1867.     LD_FLAGS="-Wl,-Bexport"
  1868.     ;;
  1869.     UNIX_SV*)
  1870.     SHLIB_CFLAGS="-K pic"
  1871.     SHLIB_LD="cc -G"
  1872.     SHLIB_SUFFIX=".so"
  1873.     DL_LIBS="-ldl"
  1874.     LD_FLAGS="-Wl,-Bexport"
  1875.     ;;
  1876. esac
  1877.  
  1878. if test "x$SHLIB_SUFFIX" != "x" ; then
  1879.     BUILD_DLTEST="loadTests"
  1880.     LIB_SUFFIX=$SHLIB_SUFFIX
  1881. else
  1882.     echo "Can't figure out how to do dynamic loading or shared libraries"
  1883.     echo "on this system."
  1884.     SHLIB_CFLAGS=""
  1885.     SHLIB_LD=""
  1886.     SHLIB_SUFFIX=""
  1887.     DL_LIBS=""
  1888.     LD_FLAGS=""
  1889.     BUILD_DLTEST=""
  1890.     LIB_SUFFIX=.a
  1891. fi
  1892.  
  1893. if test "$CC" = "gcc" -a "x$SHLIB_SUFFIX" != "x" ; then
  1894.     SHLIB_CFLAGS="-fpic"
  1895. fi
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909. trap '' 1 2 15
  1910. cat > confcache <<\EOF
  1911. # This file is a shell script that caches the results of configure
  1912. # tests run on this system so they can be shared between configure
  1913. # scripts and configure runs.  It is not useful on other systems.
  1914. # If it contains results you don't want to keep, you may remove or edit it.
  1915. #
  1916. # By default, configure uses ./config.cache as the cache file,
  1917. # creating it if it does not exist already.  You can give configure
  1918. # the --cache-file=FILE option to use a different cache file; that is
  1919. # what configure does when it calls configure scripts in
  1920. # subdirectories, so they share the cache.
  1921. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1922. # config.status only pays attention to the cache file if you give it the
  1923. # --recheck option to rerun configure.
  1924. #
  1925. EOF
  1926. # Ultrix sh set writes to stderr and can't be redirected directly,
  1927. # and sets the high bit in the cache file unless we assign to the vars.
  1928. (set) 2>&1 |
  1929.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1930.   >> confcache
  1931. if cmp -s $cache_file confcache; then
  1932.   :
  1933. else
  1934.   if test -w $cache_file; then
  1935.     echo "updating cache $cache_file"
  1936.     cat confcache > $cache_file
  1937.   else
  1938.     echo "not updating unwritable cache $cache_file"
  1939.   fi
  1940. fi
  1941. rm -f confcache
  1942.  
  1943. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1944.  
  1945. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1946. # Let make expand exec_prefix.
  1947. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1948.  
  1949. # Any assignment to VPATH causes Sun make to only execute
  1950. # the first set of double-colon rules, so remove it if not needed.
  1951. # If there is a colon in the path, we need to keep it.
  1952. if test "x$srcdir" = x.; then
  1953.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1954. fi
  1955.  
  1956. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1957.  
  1958. # Transform confdefs.h into DEFS.
  1959. # Protect against shell expansion while executing Makefile rules.
  1960. # Protect against Makefile macro expansion.
  1961. cat > conftest.defs <<\EOF
  1962. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  1963. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1964. s%\[%\\&%g
  1965. s%\]%\\&%g
  1966. s%\$%$$%g
  1967. EOF
  1968. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1969. rm -f conftest.defs
  1970.  
  1971.  
  1972. # Without the "./", some shells look in PATH for config.status.
  1973. : ${CONFIG_STATUS=./config.status}
  1974.  
  1975. echo creating $CONFIG_STATUS
  1976. rm -f $CONFIG_STATUS
  1977. cat > $CONFIG_STATUS <<EOF
  1978. #! /bin/sh
  1979. # Generated automatically by configure.
  1980. # Run this file to recreate the current configuration.
  1981. # This directory was configured as follows,
  1982. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1983. #
  1984. # $0 $ac_configure_args
  1985. #
  1986. # Compiler output produced by configure, useful for debugging
  1987. # configure, is in ./config.log if it exists.
  1988.  
  1989. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1990. for ac_option
  1991. do
  1992.   case "\$ac_option" in
  1993.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1994.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1995.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1996.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1997.     echo "$CONFIG_STATUS generated by autoconf version 2.4"
  1998.     exit 0 ;;
  1999.   -help | --help | --hel | --he | --h)
  2000.     echo "\$ac_cs_usage"; exit 0 ;;
  2001.   *) echo "\$ac_cs_usage"; exit 1 ;;
  2002.   esac
  2003. done
  2004.  
  2005. ac_given_srcdir=$srcdir
  2006. ac_given_INSTALL="$INSTALL"
  2007.  
  2008. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2009.  
  2010. # Protect against being on the right side of a sed subst in config.status. 
  2011. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\\\&%]/\\\\&/g; 
  2012.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2013. $ac_vpsub
  2014. $extrasub
  2015. s%@CFLAGS@%$CFLAGS%g
  2016. s%@CPPFLAGS@%$CPPFLAGS%g
  2017. s%@CXXFLAGS@%$CXXFLAGS%g
  2018. s%@DEFS@%$DEFS%g
  2019. s%@LDFLAGS@%$LDFLAGS%g
  2020. s%@LIBS@%$LIBS%g
  2021. s%@exec_prefix@%$exec_prefix%g
  2022. s%@prefix@%$prefix%g
  2023. s%@program_transform_name@%$program_transform_name%g
  2024. s%@TCLSH@%$TCLSH%g
  2025. s%@CC@%$CC%g
  2026. s%@RANLIB@%$RANLIB%g
  2027. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2028. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2029. s%@LIBOBJS@%$LIBOBJS%g
  2030. s%@MATH_LIBS@%$MATH_LIBS%g
  2031. s%@CPP@%$CPP%g
  2032. s%@TCLVERSION@%$TCLVERSION%g
  2033. s%@TCLLIBRARY@%$TCLLIBRARY%g
  2034. s%@CCOPTIONS@%$CCOPTIONS%g
  2035. s%@LIB_SUFFIX@%$LIB_SUFFIX%g
  2036. s%@SHLIB_CFLAGS@%$SHLIB_CFLAGS%g
  2037. s%@SHLIB_LD@%$SHLIB_LD%g
  2038. s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
  2039. s%@DL_LIBS@%$DL_LIBS%g
  2040. s%@LD_FLAGS@%$LD_FLAGS%g
  2041. s%@BUILD_DLTEST@%$BUILD_DLTEST%g
  2042.  
  2043. CEOF
  2044. EOF
  2045. cat >> $CONFIG_STATUS <<EOF
  2046.  
  2047. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  2048. EOF
  2049. cat >> $CONFIG_STATUS <<\EOF
  2050. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2051.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  2052.   case "$ac_file" in
  2053.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  2054.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2055.   *) ac_file_in="${ac_file}.in" ;;
  2056.   esac
  2057.  
  2058.   # Adjust relative srcdir, etc. for subdirectories.
  2059.  
  2060.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2061.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2062.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2063.     # The file is in a subdirectory.
  2064.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2065.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  2066.     # A "../" for each directory in $ac_dir_suffix.
  2067.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2068.   else
  2069.     ac_dir_suffix= ac_dots=
  2070.   fi
  2071.  
  2072.   case "$ac_given_srcdir" in
  2073.   .)  srcdir=.
  2074.       if test -z "$ac_dots"; then top_srcdir=.
  2075.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2076.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2077.   *) # Relative path.
  2078.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2079.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2080.   esac
  2081.  
  2082.   case "$ac_given_INSTALL" in
  2083.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2084.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2085.   esac
  2086.   echo creating "$ac_file"
  2087.   rm -f "$ac_file"
  2088.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2089.   case "$ac_file" in
  2090.   *Makefile*) ac_comsub="1i\\
  2091. # $configure_input" ;;
  2092.   *) ac_comsub= ;;
  2093.   esac
  2094.   sed -e "$ac_comsub
  2095. s%@configure_input@%$configure_input%g
  2096. s%@srcdir@%$srcdir%g
  2097. s%@top_srcdir@%$top_srcdir%g
  2098. s%@INSTALL@%$INSTALL%g
  2099. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  2100. fi; done
  2101. rm -f conftest.subs
  2102.  
  2103.  
  2104.  
  2105. exit 0
  2106. EOF
  2107. chmod +x $CONFIG_STATUS
  2108. rm -fr confdefs* $ac_clean_files
  2109. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  2110.  
  2111.